home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / pressgen / pinout.txt < prev    next >
Text File  |  1993-12-05  |  5KB  |  96 lines

  1. From the NSEPRO:     
  2.      
  3.      Serial Port.  If you will be using a serial port for a communications
  4.      channel, you need to be very careful of the cable that you use. The most
  5.      common serial cabling problems are:
  6.  
  7.      *    Misconfigured cables (incorrect cable pinouts)
  8.  
  9.      *    Mismatched handshaking on either side of the cable
  10.  
  11.      *    Cabling too long (signal is degrading)
  12.  
  13.      Check that no other boards are using the same hardware interrupts as your
  14.      serial port (usually IRQ 4 for COM1 and IRQ3 for COM2). If you will be
  15.      communicating faster than 19.2Kbps, or if you will be using RPRINTER
  16.      under Windows, you may need to purchase a special high-speed serial port
  17.      (such as one from Hayes) to communicate reliably.
  18.  
  19.      Serial Cabling Pinouts.  There are two types of serial port handshaking
  20.      that can be used with NetWare: software handshaking and hardware
  21.      handshaking. Software handshaking uses control codes (XON and XOFF) in
  22.      the data to control the flow of the data through the cable. Hardware
  23.      handshaking uses an extra pair of serial port wires (DSR and DTR) to
  24.      handle the flow control of data in the cable.
  25.  
  26.      Two types of cabling connectors are usually used with serial cables. The
  27.      first type has a DB25 (25 pin) connector on the PC side. The second type
  28.      has a DB9 (9 pin) connector on the PC side. Figure 5 gives the ideal
  29.      serial cabling pinout configurations.
  30.  
  31.      Figure 5: Serial cabling pinouts.
  32.  
  33.             +---------------+--------------++---------------+--------------+
  34.             !Computer (DB25)!Printer (DB25)!!Computer (DB9) !Printer (DB25)!
  35.             +---------------+--------------++---------------+--------------+
  36. Using       !       2       !      3       !!       2       !      2       !
  37.             +---------------+--------------++---------------+--------------+
  38. software    !       3       !      2       !!       3       !      3       !
  39.             +---------------+--------------++---------------+--------------+
  40. handshaking !       7       !      7       !!       5       !      7       !
  41.             +---------------+--------------++---------------+--------------+
  42. (XON/XOFF)  !               !   4-5-6-8    !!               !   4-5-6-8    !
  43.             +---------------+--------------++---------------+--------------+
  44.  
  45.  
  46.             +---------------+--------------++---------------+--------------+
  47.             !Computer (DB25)!Printer (DB25)!!Computer (DB9) !Printer (DB25)!
  48.             +---------------+--------------++---------------+--------------+
  49. Using       !       2       !      3       !!       2       !      2       !
  50.             +---------------+--------------++---------------+--------------+   
  51. hardware    !       3       !      2       !!       3       !      3       !
  52.             +---------------+--------------++---------------+--------------+
  53. handshaking !      5-6      !      20      !!      6-8      !      20      !
  54.             +---------------+--------------++---------------+--------------+
  55. (DSR/DTR)   !       7       !      7       !!       5       !      7       !
  56.             +---------------+--------------++---------------+--------------+
  57.             !               !   4-5-6-8    !!               !   4-5-6-8    !
  58.             +---------------+--------------++---------------+--------------+
  59.  
  60.  
  61.      It is rare to have the cable you need when you need it. Here are a few
  62.      suggestions for when you need to use a store-bought cable whose pinouts
  63.      may not exactly match those above, or when you need to make your own
  64.      cable:
  65.  
  66.      1.   You must have at least one ground pin. Choose pin 7 over pin 1,
  67.           since pin 1 is grounded via the system's power cable, and the
  68.           printer and PC may get their power's ground from a different source.
  69.  
  70.      2.   You must have both CTS and RTS. These are pins 2 and 3 in most
  71.           cables. The cable needs to be set up as a null modem cable,
  72.           requiring the CTS and RTS pins to be reversed at either end of the
  73.           cable.
  74.  
  75.      3.   You should only need a ground pin (1 or 7) and CTS/RTS (2 and 3) in
  76.           a null modem configuration to give you a XON/XOFF (software
  77.           handshaking) cable.
  78.  
  79.      4.   A DSR/DTR (hardware handshaking) cable is essentially the same as a
  80.           XON/XOFF cable, but also has to have the DSR and DTR pins (usually
  81.           pins 6 and 20 on a DB25). These signals must be crossed in a null
  82.           modem configuration.
  83.  
  84.      5.   Novell's PSERVER and RPRINTER query the line status of pin 5, and
  85.           DOS often queries pin 6. To pull these cabling pins electrical
  86.           signals high, we highly recommend you tie together pins 4-5-6-8 at
  87.           the printer end (not at the PC end). If you don't, you may find the
  88.           printer mysteriously going off-line on the PSERVER console.
  89.  
  90.      6.   If a store-bought cable has additional cabling pins, find out what
  91.           they are connected to using an ohm-meter or similar device. If none
  92.           of the additional pins are using the pins mentioned above (ground,
  93.           CTS, RTS, DSR, and DTR), there is a good chance it may work. Often,
  94.           testing is the only sure way to know.
  95.  
  96.